home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #8 / 1999 CD 8 (black).iso / maskdemo / DATA1.CAB / Program_Executable_Files / Daventry / KQ / DAVGATE4.CS < prev    next >
Encoding:
Text File  |  1998-12-15  |  446 b   |  18 lines

  1. echo Davgate4 $1 $2 $3 $4 $5
  2. if test $2 == ConnorAction
  3.     echo do a do
  4.     if test $Daventry::BeenThere::DoneThat == 1
  5.         echo Been there done that
  6.         KQMonster::speak Connor $1 1000 13 14 115 1 0
  7.  
  8.     else if test $Daventry::Hero::Met
  9.         echo that's what the dead dude was talking about
  10.         KQMonster::speak Connor $1 1000 13 14 16 1 0
  11.  
  12.     else
  13.         echo What the hell is that!
  14.         KQMonster::speak Connor $1 1000 13 14 14 1 0
  15.  
  16.     endif
  17.     endif
  18. endif